Skip to content

Filesystem: Add reader for ORC format - #270

Draft
amotl wants to merge 2 commits into
mainfrom
orc
Draft

Filesystem: Add reader for ORC format#270
amotl wants to merge 2 commits into
mainfrom
orc

Conversation

@amotl

@amotl amotl commented Aug 2, 2026

Copy link
Copy Markdown
Member

About

ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly.

Backlog

  • More software tests
  • Documentation page

@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • coderabbit-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: c6693b08-79da-4015-96e2-c1d2f7dbaa5b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@read-the-docs-community

read-the-docs-community Bot commented Aug 2, 2026

Copy link
Copy Markdown

Documentation build overview

📚 omniload | 🛠️ Build #33879904 | 📁 Comparing abf2c7c against latest (747b6aa)

  🔍 Preview build  

4 files changed
± changelog.html
± supported-sources/filesystem.html
± supported-sources/ods.html
± supported-sources/xlsx.html

@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.55%. Comparing base (7e3d5f8) to head (abf2c7c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #270      +/-   ##
==========================================
+ Coverage   59.45%   59.55%   +0.10%     
==========================================
  Files         234      234              
  Lines       10977    10996      +19     
==========================================
+ Hits         6526     6549      +23     
+ Misses       4451     4447       -4     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread src/dlt_filesystem/source/format/readers.py Outdated
Comment thread src/dlt_filesystem/source/format/readers.py Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant